The Source Control Integration API > The source control integration API required functions > SCS_Delete() |
![]() ![]() ![]() |
Description
Deletes a list of files or folders from the source control system.
Arguments
connectionData
, remotePathList
, numItems
![]() |
connectionData is a pointer to the agent's data that was passed into Dreamweaver during the Connect() call. |
![]() |
remotePathList is a list of fully qualified remote file or folder paths to delete. |
![]() |
numItems is the number of items in remotePathList . |
Returns
true
if successful, false
if not.
![]() ![]() ![]() |